Interface IExport<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IExport<out T> : IUnresolved<T> where T : ISortedExportable
Properties
Name
View Source
Declaration
ImportExportName Name { get; }
Target
View Source
Declaration
IUnresolved<out T> Target { get; }
Descriptor
View Source
Declaration
IExportableDescriptor<out T>? Descriptor { get; }